type go/parser.parseSpecFunction

3 uses

	go/parser (current package)
		parser.go#L2490: type parseSpecFunction func(doc *ast.CommentGroup, pos token.Pos, keyword token.Token, iota int) ast.Spec
		parser.go#L2725: func (p *parser) parseGenDecl(keyword token.Token, f parseSpecFunction) *ast.GenDecl {
		parser.go#L2817: 	var f parseSpecFunction